Package com.netscape.cms.servlet.common
Class GenRejectedTemplateFiller
java.lang.Object
com.netscape.cms.servlet.common.GenRejectedTemplateFiller
- All Implemented Interfaces:
ICMSTemplateFiller
default Service Pending template filler
- Version:
- $Revision$, $Date$
-
Field Summary
FieldsFields inherited from interface com.netscape.cms.servlet.common.ICMSTemplateFiller
AUTHORITY, ERROR, ERROR_DESCR, EXCEPTION, HOST, KEYREC_ID, PORT, REQUEST_ID, REQUEST_STATUS, SCHEME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTemplateParams
(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e)
-
Field Details
-
logger
public static org.slf4j.Logger logger -
POLICY_MESSAGE
- See Also:
-
-
Constructor Details
-
GenRejectedTemplateFiller
public GenRejectedTemplateFiller()
-
-
Method Details
-
getTemplateParams
public CMSTemplateParams getTemplateParams(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) - Specified by:
getTemplateParams
in interfaceICMSTemplateFiller
- Parameters:
cmsReq
- CMS Requestauthority
- this authoritylocale
- locale of template.e
- unexpected exception e. ignored.
-